home *** CD-ROM | disk | FTP | other *** search
/ Magnum One / Magnum One (Mid-American Digital) (Disc Manufacturing).iso / d13 / stistics.arc / TEMPCONV.DOC < prev    next >
Text File  |  1988-07-24  |  2KB  |  32 lines

  1.                       TEMPERATURE CONVERSION PROGRAM
  2.  
  3. This  is not a statistical program.  Rather, it is a handy utility  program 
  4. to convert a temperature in any scale to all others.  
  5.  
  6. First, you will be asked if you want if you want the results to be sent  to 
  7. the printer as well as to the screen.  
  8.  
  9. Next,  you will be asked to enter a temperature (JUST the number and  minus 
  10. sign  if appropriate; no degree signs or letters!).  Then, choose from  the 
  11. menu the scale it was recorded in.  For example, if you originally  entered 
  12. 38,  now  indicate  whether  this number was  recorded  in  the  Farenheit, 
  13. Celsius,  Reaumur, Kelvin or Rankine scales.  Once you have done this,  the 
  14. program will give you the temperature values in all the other scales.   For 
  15. example,  if you entered 38 on the Celsius scale, the program  will  return 
  16. the values on the Farenheit, Reaumur, Kelvin and Rankine scales.
  17.  
  18. The program will repeat until you indicate you have no more conversions  to 
  19. do by entering a zero.  A sample output is on the back of this sheet.      
  20.  
  21. Because  data  entry is so simple and easy, no provision has been  made  to 
  22. enter data via a file.
  23.  
  24. REFERENCE:   Poole,  L. and M. Borchers  1979  Some Common Basic  Programs, 
  25.              3rd  edition.  Osborne/McGraw-Hill, Berkeley, CA.   Page  147-
  26.              150.
  27.  
  28. BASIC VERSION:  Poole and Borchers     coded Mar 84 
  29. PASCAL VERSION: Dr. Stanley Kaplan           Sep 85
  30. UPDATES:                                     Oct 86 (Version 2.00)
  31.                                              Feb 87 (Version 2.10)
  32.                                              Feb 88 (MS-DOS Version 2.2)